\r
The make command line defaults to building the kernel vmlinuz-2.6.x-xen. \r
You can override this default by specifying KERNELS=kernelname. For \r
- example, you can make two kernels - linux-2.6.16-xen0 \r
- and linux-2.6.16-xenU - which are smaller builds containing only selected \r
- modules, intended primarilly for developers that don't like to wait \r
+ example, you can make two kernels - linux-2.6-xen0 \r
+ and linux-2.6-xenU - which are smaller builds containing only selected \r
+ modules, intended primarily for developers that don't like to wait \r
for a full -xen kernel to build. The -xenU kernel is particularly small,\r
as it does not contain any physical device drivers, and hence is\r
only useful for guest domains.\r
\r
To make these two kernels, simply specify\r
\r
- KERNELS="linux-2.6.16-xen0 linux-2.6.16-xenU"\r
+ KERNELS="linux-2.6-xen0 linux-2.6-xenU"\r
\r
in the make command line.\r
\r
\r
Depending on your config, you may need to use 'mkinitrd' to create\r
an initial ram disk, just like a native system e.g. \r
- # depmod 2.6.12.6-xen\r
- # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.12.6-xen.img 2.6.12.6-xen\r
+ # depmod 2.6.16-xen\r
+ # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen\r